@charset "utf-8";
/* CSS Document */


/*------------------------------- CSSReset -------------------------------*/

/** 清除边距 **/
body,h1,h2,h3,h4,h5,h6,p,blockquote, /* structural elements 结构元素 */
dl,dt,dd,ul,ol,li, /* list elements 列表元素 */
form,fieldset,legend,button,input,textarea, /* form elements 表单元素 */
th,td /* table elements 表格元素 */ {margin:0;padding:0;}

/** 字体设置 **/
body,
button,input,select,textarea /* for ie */{font:12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,em{font-style:normal;} /* 将斜体扶正 */

/** 重置列表元素 **/
ul,ol{list-style:none outside none;}

/** 重置链接元素 **/
a{text-decoration:none; font-family:"宋体";}
a:hover{text-decoration:none; }

/** 重置表单元素 **/
legend{text-indent:-9999px;height:0;}
fieldset,img{border:0;} /* img 搭车：让链接里的 img 无边框 */
button,input,select,textarea {font-size:100%;} /* 使得表单元素在 ie 下能继承字体大小 */

/** 重置表格元素 **/
table{border-collapse:collapse;border-spacing:0;}

/** 重置元素垂直居中 **/
img,input,select,textarea,button{vertical-align:middle;}

/** 显示样式元素 **/
.hidden{display:none;}
.show{display:block;}
.inline{display:inline;}
.inlineblock{display:inline-block;}

/** 字体设置 **/
.bigFont{font-size:14px;}
.smallFont{font-size:12px;}
.strong{font-weight:bold;}

/** 文字对齐方式设置 **/
.textRt{text-align:right!important;}
.textLt{text-align:left!important;}
.textCt{text-align:center!important;}

/** 浮动 **/
.fl{float:left;}
.fr{float:right;}

/** 下划线 **/
.udline{text-decoration:underline;}

/** 定位 **/
.posRlt{position:relative;}

/** 清除浮动 **/
.clearfix:after{	content:".";	display:block;	height:0;	clear:both;	visibility:hidden;}
.clearfix{	display:inline-block;}
* html .clearfix{	height:1%;}
.clearfix{	display:block;}
.clear{	clear:both;	height:0;	font:0/0 Arial;	visibility:hidden;}

/** 清除边框，清除边距 **/
.noborder{border:none!important;}
.nomargin{margin:0!important;}

/** 空白高度设置 **/
.space{height:15px;line-height:1px;font-size:1px;clear:both;}

/** 页结构 **/
.wra , .content{width:1000px;margin:0 auto;}


/*字体颜色*/
.fb{ font-weight:bold;}
.fs_12{ font-size:12px;}
.fs_14{ font-size:14px;}
.fs_16{ font-size:16px;}
.fs_18{ font-size:18px;}
.color_1{ color:#0066cc;}
.color_2{ color:#666666;} 
.color_3{ color:#328e27;} 


/*外边距*/
.mtop2{margin-top:2px}
.mtop5{margin-top:5px}
.mtop8{margin-top:8px}
.mtop10{margin-top:10px}
.mtop15{margin-top:15px}
.mtop20{margin-top:20px}
.mtop25{margin-top:25px}
.mtop30{margin-top:30px}
.mtop40{margin-top:40px}
.mtop50{margin-top:50px}
.mtop80{margin-top:80px}
.mlt8{margin-left:8px;}
.mlt5{margin-left:5px;}
.mlt10{margin-left:10px;}
.mlt15{margin-left:15px;}
.mlt17{margin-left:17px;}
.mlt20{margin-left:20px;}
.mlt25{margin-left:25px;}
.mlt35{margin-left:35px;}
.mlt30{margin-left:30px;}
.mlt50{margin-left:50px;}
.mlt60{margin-left:60px;}
.mlt75{margin-left:75px;}
.mrt10{margin-right:10px;}
.mrt20{margin-right:20px;}
.mR10{margin-right:10px;}
.Ptop30{ padding-top:30px;}
.ptop120{ padding-top:120px;}
.Ptop150{ padding-top:150px;}
.Ptop110{ padding-top:110px;}
.Ptop120{ padding-top:120px;}
.ptop50{ padding-top:50px;}
/*隐藏多余文字*/
.hiddenTxt{overflow:hidden;white-space:nowrap;}